home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / ur-phonetic.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  133 lines

  1. ;; ur-phonetic -- Urdu input method for phonetic layout
  2. ;; Copyright (c) 2006 Tahir Abdul Rauf Butt <linux_kernel_worm@yahoo.com>
  3.  
  4. ;; This file is part of the m17n contrib; a sub-part of the m17n
  5. ;; library.
  6.  
  7. ;; The m17n library is free software; you can redistribute it and/or
  8. ;; modify it under the terms of the GNU Lesser General Public License
  9. ;; as published by the Free Software Foundation; either version 2.1 of
  10. ;; the License, or (at your option) any later version.
  11.  
  12. ;; The m17n library is distributed in the hope that it will be useful,
  13. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15. ;; Lesser General Public License for more details.
  16.  
  17. ;; You should have received a copy of the GNU Lesser General Public
  18. ;; License along with the m17n library; if not, write to the Free
  19. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  20. ;; Boston, MA 02110-1301, USA.
  21.  
  22.  
  23. (input-method ur phonetic)
  24.  
  25. (description "Urdu phonetic keyboard layout for m17n-db
  26. Author: Tahir Abdul Rauf Butt <linux_kernel_worm@yahoo.com>")
  27.  
  28.  
  29. (title "╪«")
  30.  
  31. (map
  32.  (trans
  33.   ("!" "!")
  34.   ("1" "█▒")
  35.   ("@" "")
  36.   ("2" "█▓")
  37.   ("#" "/")
  38.   ("3" "█│")
  39.   ("$" "╪ª")
  40.   ("4" "█┤")
  41.   ("5" "█╡")
  42.   ("6" "█╢")
  43.   ("7" "█╖")
  44.   ("8" "█╕")
  45.   ("(" ")")
  46.   ("9" "█╣")
  47.   (")" "(")
  48.   ("0" "█░")
  49.   ("_" "┘æ")
  50.   ("-" "╪ú")
  51.   ("+" "╪ó")
  52.   ("=" "╪ñ")
  53.   ("Q" "┘Æ")
  54.   ("q" "┘é")
  55.   ("W" "∩╖║")
  56.   ("w" "┘ê")
  57.   ("E" "┬Ñ")
  58.   ("e" "╪╣")
  59.   ("R" "┌æ")
  60.   ("r" "╪▒")
  61.   ("T" "┘╣")
  62.   ("t" "╪¬")
  63.   ("Y" "╪ü") 
  64.   ("y" "█Æ")
  65.   ("U" "╪î")
  66.   ("u" "╪í")
  67.   ("I" "┘░")
  68.   ("i" "█î")
  69.   ("O" "█â")
  70.   ("o" "█ü")
  71.   ("P" "┘Å")
  72.   ("p" "┘╛")
  73.   ("{" "┘░")
  74.   ("[" "]")
  75.   ("}" "┘░┘░")
  76.   ("]" "[")
  77.   ("A" "┘ô")
  78.   ("a" "╪º")
  79.   ("S" "╪╡")
  80.   ("s" "╪│")
  81.   ("D" "┌ê")
  82.   ("d" "╪»")
  83.   ("F" "")
  84.   ("f" "┘ü")
  85.   ("G" "╪║")
  86.   ("g" "┌»")
  87.   ("H" "╪¡")
  88.   ("h" "┌╛")
  89.   ("J" "╪╢")
  90.   ("j" "╪¼")
  91.   ("K" "╪«")
  92.   ("k" "┌⌐")
  93.   ("L" "╪ô")
  94.   ("l" "┘ä")
  95.   (":" ":")
  96.   (";" "╪¢")
  97.   ("\"" "╪Ä")
  98.   ("'" "┘░")
  99.   ("|" "╪ö")
  100.   ("\\" "╪Ä")
  101.   ("~" "┘ï")
  102.   ("`" "┘ì")
  103.   ("Z" "╪░")
  104.   ("z" "╪▓")
  105.   ("X" "┌ÿ")
  106.   ("x" "╪┤")
  107.   ("C" "╪½")
  108.   ("c" "┌å")
  109.   ("V" "╪╕")
  110.   ("v" "╪╖")
  111.   ("B" "╪Æ")
  112.   ("b" "╪¿")
  113.   ("N" "┌║")
  114.   ("n" "┘å")
  115.   ("M" "")
  116.   ("m" "┘à")
  117.   ("<" "┘É")
  118.   ("," "╪î")
  119.   (">" "┘Ä")
  120.   ("." "█ö")
  121.   ("?" "╪ƒ")
  122.   ("/" "")
  123.   ("%" "")
  124.   ("^" "█û")
  125.   ("&" "┘ö")
  126.   ("*" "┘î")
  127.   ))
  128.  
  129. (state
  130.   (init
  131.     (trans)))
  132.  
  133.